home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Macintosh / ResEdit3.0.sit / ResEdit™ 3.0 / ResEdit 3.0.rsrc / VDL_16384_Resource.clut < prev    next >
Text File  |  1997-01-27  |  589b  |  14 lines

  1. Margin(10, 10, 10, 10, Width = UseParent)
  2.     VList(Width = UseParent)
  3.         {
  4.         ClutView(colors, curEntry);
  5.         Spacer(Width = 0, Height = 2);
  6.         
  7.         EditText(curEntry.red,   UnsignedHex(16), Width = 100, Label = "Red: ",LabelAlignment = Right, LabelWidth = 35);
  8.         Spacer(Width = 0, Height = 1);
  9.         EditText(curEntry.green, UnsignedHex(16), Width = 100, Label = "Green: ",LabelAlignment = Right, LabelWidth = 35);
  10.         Spacer(Width = 0, Height = 1);
  11.         EditText(curEntry.blue,  UnsignedHex(16), Width = 100, Label = "Blue: ",LabelAlignment = Right, LabelWidth = 35);
  12.         Spacer(Width = 0, Height = 1);
  13.         }
  14.